Skip to content

Commit

Permalink
Fix wrong format for some icons
Browse files Browse the repository at this point in the history
Refs: #65
  • Loading branch information
orontee committed Nov 28, 2023
1 parent 37a3a52 commit c03d165
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
Binary file modified icons/icon_01n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_02n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_03n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_04n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_09n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_10n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_11n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_13n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_50n_2x.bmp
Binary file not shown.
Binary file modified icons/icon_taranis.bmp
Binary file not shown.
2 changes: 1 addition & 1 deletion src/hourlyforecastbox.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "hourlyforecastbox.h"

#include "opencv2/imgproc/imgproc.hpp"
#include <boost/log/trivial.hpp>
#include <cmath>
#include <cstdlib>
Expand All @@ -10,6 +9,7 @@
#include <map>
#include <memory>
#include <opencv2/imgproc.hpp>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/opencv.hpp>
#include <sstream>

Expand Down
2 changes: 1 addition & 1 deletion src/ui.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace taranis {
Ui::Ui(std::shared_ptr<Config> config, std::shared_ptr<Model> model)
: KeyEventDispatcher{}, config{config}, model{model}, icons{new Icons{}},
fonts{new Fonts{}} {
SetPanelType(0);
SetPanelType(PANEL_DISABLED);
SetOrientation(0);

this->location_box =
Expand Down

0 comments on commit c03d165

Please sign in to comment.