Skip to content

Commit c8df8af

Browse files
committed
Cleanup.
1 parent 6b486a9 commit c8df8af

File tree

5 files changed

+3
-27
lines changed

5 files changed

+3
-27
lines changed

KeybindingsComboRow.ui

-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,6 @@
8383
<object class="GtkBox" id="about">
8484
<property name="focusable">False</property>
8585
<property name="orientation">vertical</property>
86-
<!-- <property name="margin-start">12</property>
87-
<property name="margin-end">12</property> -->
8886
<property name="margin-top">12</property>
8987
<property name="margin-bottom">12</property>
9088
<property name="spacing">8</property>

KeybindingsPane.ui

-8
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,12 @@
1515
</child>
1616
<child>
1717
<object class="GtkScrolledWindow" id="scrolledWindow">
18-
<!-- <property name="hexpand">True</property> -->
1918
<child>
2019
<object class="GtkViewport">
2120
<property name="focusable">False</property>
2221
<property name="vexpand">True</property>
23-
<!-- <property name="hexpand">True</property> -->
2422
<child>
2523
<object class="GtkListBox" id="listbox">
26-
<!-- <property name="show_separators">True</property> -->
27-
<!-- <property name="hexpand">True</property> -->
28-
<!-- <property name="margin_start">36</property>
29-
<property name="margin_end">36</property> -->
30-
<!-- <property name="margin_top">16</property>
31-
<property name="margin_bottom">36</property> -->
3224
<style>
3325
<class name="keybindings" />
3426
<class name="frame" />

KeybindingsRow.ui

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<interface>
33
<requires lib="gtk" version="4.0" />
44
<template class="KeybindingsRow" parent="GtkListBoxRow">
5-
<!-- <style>
5+
<style>
66
<class name="keybinding" />
7-
</style> -->
7+
</style>
88
<property name="selectable">False</property>
99
<property name="activatable">True</property>
1010
<property name="focusable">True</property>

Settings.ui

+1-13
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@
138138
<child>
139139
<object class="GtkBox" id="general">
140140
<property name="halign">center</property>
141-
<!-- <property name="margin_start">36</property>
142-
<property name="margin_end">36</property> -->
143-
<!-- <property name="margin_top">16</property> -->
144141
<property name="margin_bottom">16</property>
145142
<property name="orientation">vertical</property>
146143
<property name="spacing">12</property>
@@ -959,9 +956,6 @@
959956
<object class="GtkBox" id="workspaces">
960957
<property name="focusable">False</property>
961958
<property name="halign">center</property>
962-
<!-- <property name="margin_start">36</property>
963-
<property name="margin_end">36</property> -->
964-
<!-- <property name="margin_top">16</property> -->
965959
<property name="margin_bottom">16</property>
966960
<property name="orientation">vertical</property>
967961
<property name="spacing">12</property>
@@ -1147,7 +1141,7 @@
11471141
<object class="GtkListBoxRow">
11481142
<property name="activatable">False</property>
11491143
<property name="focusable">False</property>
1150-
<!-- <property name="width_request">100</property> -->
1144+
<property name="width_request">100</property>
11511145
<property name="height_request">80</property>
11521146
<child>
11531147
<object class="GtkStack" id="workspace_stack">
@@ -1200,9 +1194,6 @@
12001194
<child>
12011195
<object class="GtkBox">
12021196
<property name="halign">center</property>
1203-
<!-- <property name="margin_start">36</property>
1204-
<property name="margin_end">36</property> -->
1205-
<!-- <property name="margin_top">16</property> -->
12061197
<property name="margin_bottom">16</property>
12071198
<property name="orientation">vertical</property>
12081199
<property name="spacing">12</property>
@@ -2561,9 +2552,6 @@ button or using the &lt;i&gt;Switch between positions for creating windows (e.g.
25612552
<object class="GtkBox">
25622553
<property name="hexpand">True</property>
25632554
<property name="halign">center</property>
2564-
<!-- <property name="margin_start">36</property>
2565-
<property name="margin_end">36</property> -->
2566-
<!-- <property name="margin_top">16</property> -->
25672555
<property name="margin_bottom">16</property>
25682556
<property name="orientation">vertical</property>
25692557
<property name="spacing">12</property>

WinpropsRow.ui

-2
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@
217217
<property name="focusable">False</property>
218218
<property name="hexpand">0</property>
219219
<property name="width-request">120</property>
220-
<!-- <property name="width_chars">12</property> -->
221-
<!-- <property name="max_width_chars">12</property> -->
222220
<layout>
223221
<property name="column">2</property>
224222
<property name="row">0</property>

0 commit comments

Comments
 (0)