Skip to content

Commit

Permalink
Add some titles in the preferences window
Browse files Browse the repository at this point in the history
  • Loading branch information
btrkeks committed Aug 25, 2024
1 parent 783af2f commit 24e134e
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/frontends/gtk3popup/dp-preferences-window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<property name="margin">5</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.2"/>
</attributes>
</object>
</child>
Expand Down Expand Up @@ -273,6 +274,7 @@
<property name="margin">6</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.2"/>
</attributes>
</object>
</child>
Expand Down Expand Up @@ -349,6 +351,18 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">Pronunciation Settings</property>
<attributes>
<attribute name="weight" value="bold"/>
<attribute name="scale" value="1.2"/>
</attributes>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">Options</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
Expand All @@ -360,6 +374,7 @@
<property name="can_focus">False</property>
<property name="orientation">horizontal</property>
<property name="spacing">6</property>
<property name="margin_start">12</property>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
Expand All @@ -382,12 +397,24 @@
</child>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="label">Add Pronunciation Files</property>
<property name="xalign">0</property>
<attributes>
<attribute name="weight" value="bold"/>
</attributes>
</object>
</child>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">horizontal</property>
<property name="spacing">6</property>
<property name="margin_start">12</property>
<child>
<object class="GtkFileChooserButton" id="pronunciation_path_chooser">
<property name="visible">True</property>
Expand Down

0 comments on commit 24e134e

Please sign in to comment.