Add real icons for the new pref pages
This commit is contained in:
@@ -108,7 +108,7 @@ class PFContextMenuPref(PreferenceView):
|
||||
self.settings.set('project', event.GetInt())
|
||||
|
||||
def getImage(self):
|
||||
return BitmapLoader.getBitmap("pref-gauges_big", "gui")
|
||||
return BitmapLoader.getBitmap("settings_menu", "gui")
|
||||
|
||||
|
||||
PFContextMenuPref.register()
|
||||
|
||||
@@ -85,7 +85,7 @@ class PFGeneralPref(PreferenceView):
|
||||
'''
|
||||
|
||||
def getImage(self):
|
||||
return BitmapLoader.getBitmap("prefs_settings", "gui")
|
||||
return BitmapLoader.getBitmap("settings_database", "gui")
|
||||
|
||||
def OnWindowLeave(self, event):
|
||||
# We don't want to do anything when they leave,
|
||||
|
||||
@@ -73,7 +73,7 @@ class PFFittingEnginePref(PreferenceView):
|
||||
self.sFit.serviceFittingOptions["useGlobalForceReload"] = self.cbGlobalForceReload.GetValue()
|
||||
|
||||
def getImage(self):
|
||||
return BitmapLoader.getBitmap("prefs_settings", "gui")
|
||||
return BitmapLoader.getBitmap("settings_fitting", "gui")
|
||||
|
||||
def OnWindowLeave(self, event):
|
||||
# We don't want to do anything when they leave,
|
||||
|
||||
@@ -53,7 +53,7 @@ class PFGeneralPref(PreferenceView):
|
||||
'''
|
||||
|
||||
def getImage(self):
|
||||
return BitmapLoader.getBitmap("prefs_settings", "gui")
|
||||
return BitmapLoader.getBitmap("settings_log", "gui")
|
||||
|
||||
|
||||
PFGeneralPref.register()
|
||||
|
||||
BIN
imgs/gui/settings_database.png
Normal file
BIN
imgs/gui/settings_database.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
imgs/gui/settings_fitting.png
Normal file
BIN
imgs/gui/settings_fitting.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
BIN
imgs/gui/settings_log.png
Normal file
BIN
imgs/gui/settings_log.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
BIN
imgs/gui/settings_menu.png
Normal file
BIN
imgs/gui/settings_menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
Reference in New Issue
Block a user