forked from flathub/flathub
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From ff2a6825e556906a792131d728aade5be86626a4 Mon Sep 17 00:00:00 2001 | ||
From 815cbb49e940456649947e4b38e273bf179352c1 Mon Sep 17 00:00:00 2001 | ||
From: Bastien Nocera <[email protected]> | ||
Date: Thu, 10 Oct 2024 02:22:00 +0200 | ||
Subject: [PATCH] Use better theme | ||
|
@@ -8,7 +8,7 @@ Subject: [PATCH] Use better theme | |
1 file changed, 3 insertions(+), 2 deletions(-) | ||
|
||
diff --git a/NiimPrintX/ui/main.py b/NiimPrintX/ui/main.py | ||
index 390ff8dbbd8a..50a99808b037 100644 | ||
index 390ff8dbbd8a..774ea8f87792 100644 | ||
--- a/NiimPrintX/ui/main.py | ||
+++ b/NiimPrintX/ui/main.py | ||
@@ -64,12 +64,13 @@ class LabelPrinterApp(tk.Tk): | ||
|
@@ -23,7 +23,7 @@ index 390ff8dbbd8a..50a99808b037 100644 | |
- style = ttk.Style(self) | ||
style.theme_use('xpnative') | ||
+ else: | ||
+ style.theme_use('Breeze') | ||
+ style.theme_use('radiance') | ||
|
||
self.create_widgets() | ||
self.create_menu() | ||
|