[ghex: 1/2] findrep: Don't make font small in context menu too...




commit c2167424f41b896d562e12b6dcdf478d284526d4
Author: Logan Rathbone <poprocks gmail com>
Date:   Tue Jun 21 22:40:14 2022 -0400

    findrep: Don't make font small in context menu too...

 src/find-dialog.ui    | 3 +++
 src/ghex.css          | 2 +-
 src/replace-dialog.ui | 3 +++
 3 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/src/find-dialog.ui b/src/find-dialog.ui
index a44f28b..b07688e 100644
--- a/src/find-dialog.ui
+++ b/src/find-dialog.ui
@@ -43,6 +43,9 @@
                                                                <property name="halign">start</property>
                                                                <property name="hexpand">true</property>
                                                                <property name="visible">false</property>
+                                                               <style>
+                                                                       <class name="findreplace-label" />
+                                                               </style>
                                                </object></child>
                                </object></child> 
 
diff --git a/src/ghex.css b/src/ghex.css
index eefec2d..7e2b370 100644
--- a/src/ghex.css
+++ b/src/ghex.css
@@ -18,7 +18,7 @@
        border-bottom: @borders solid 1px;
 }
 
-.findreplace-frame label {
+.findreplace-label {
     padding-left: 12px;
     padding-bottom: 2px;
     font-size: small;
diff --git a/src/replace-dialog.ui b/src/replace-dialog.ui
index 4c60fdc..3dea402 100644
--- a/src/replace-dialog.ui
+++ b/src/replace-dialog.ui
@@ -37,6 +37,9 @@
                                <property name="label" translatable="yes">Replace With</property>
                                <property name="halign">start</property>
                                <property name="hexpand">true</property>
+                               <style>
+                                       <class name="findreplace-label" />
+                               </style>
                </object></child>
        </object>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]