Pārlūkot izejas kodu

Changed File Name and Changed Icon Scaling

FlightAwareFlightData.h renamed to lower case
Adjusted toolbar icon scaling to show all icons on resize event
Felix 10 mēneši atpakaļ
vecāks
revīzija
6bdab6ced7
2 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      mainwindow.h
  2. 0 0
      src/network/flightawareflightdata.h

+ 1 - 1
mainwindow.h

@@ -169,7 +169,7 @@ protected:
      */
     void resizeEvent(QResizeEvent *event) override
     {
-        const auto icon_size = this->height() / 14;
+        const auto icon_size = this->height() / 16;
         const auto toolBar = this->findChild<QToolBar*>();
         toolBar->setIconSize(QSize(icon_size, icon_size));
         event->accept();

+ 0 - 0
src/network/FlightAwareFlightData.h → src/network/flightawareflightdata.h