From b027271f261d9c1b93ff9fded0ee60c657276ca5 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 26 Apr 2020 16:49:01 +0200 Subject: [PATCH] Minor GUI changes --- .vscode/c_cpp_properties.json | 4 +- glade/main_window.glade | 246 +++++++++++++++++----------------- src/controller/MySteam.cpp | 14 +- src/gui/StatBoxRow.cpp | 27 ++-- 4 files changed, 151 insertions(+), 140 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index dd0e24d..2d948b1 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -40,7 +40,9 @@ "/usr/include/gtkmm-3.0", "/usr/include/gdkmm-3.0/", "/usr/include/giomm-2.4/", + "/usr/include/linux/", "/usr/include/sigc++-2.0", + "/usr/lib64/gcc/x86_64-pc-linux-gnu/9.3.0/include", "/usr/lib64/glib-2.0/include/", "/usr/lib64/gtkmm-3.0/include/", "/usr/lib64/giomm-2.4/include/", @@ -48,7 +50,7 @@ "/usr/lib64/sigc++-2.0/include/", "/usr/lib64/gdkmm-3.0/include/", "/usr/lib64/pangomm-1.4/include/", - "${workspaceRoot}" + "${workspaceFolder}/src/**" ], "browse": { "limitSymbolsToIncludedHeaders": false, diff --git a/glade/main_window.glade b/glade/main_window.glade index ae4ee57..7000eaa 100644 --- a/glade/main_window.glade +++ b/glade/main_window.glade @@ -1,5 +1,5 @@ -