mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-09 07:34:16 +02:00
[ui] changed the 'photo' button color
This commit is contained in:
@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
### UI
|
### UI
|
||||||
- Changed the main toolbar buttons style
|
- Changed the main toolbar buttons style
|
||||||
|
- Changed some colors
|
||||||
- Removed the **x** button from some windows
|
- Removed the **x** button from some windows
|
||||||
|
|
||||||
## [0.9.0] - 2020-04-15
|
## [0.9.0] - 2020-04-15
|
||||||
|
|||||||
@@ -473,7 +473,7 @@ class AppsTable(QTableWidget):
|
|||||||
def get_screenshots():
|
def get_screenshots():
|
||||||
self.window.get_screenshots(pkg)
|
self.window.get_screenshots(pkg)
|
||||||
|
|
||||||
bt = IconButton(QIcon(resource.get_path('img/camera.svg')), i18n=self.i18n, action=get_screenshots, background='purple', tooltip=self.i18n['action.screenshots.tooltip'])
|
bt = IconButton(QIcon(resource.get_path('img/camera.svg')), i18n=self.i18n, action=get_screenshots, background='#ac00e6', tooltip=self.i18n['action.screenshots.tooltip'])
|
||||||
bt.setEnabled(bool(pkg.model.has_screenshots()))
|
bt.setEnabled(bool(pkg.model.has_screenshots()))
|
||||||
item.addWidget(bt)
|
item.addWidget(bt)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user